Reorder message in configure.ac to display result on the same line
authorTimothy Arceri <t_arceri@yahoo.com.au>
Sat, 28 Sep 2013 23:18:38 +0000 (09:18 +1000)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 6 Oct 2013 05:24:17 +0000 (01:24 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=341146

Signed-off-by: Timothy Arceri <t_arceri@yahoo.com.au>
configure.ac

index 7be15d2a07b9b73a4046aa7942aea133bacf5f2e..d6c353b3d7843044b35315f81592546c18da1182 100644 (file)
@@ -1084,7 +1084,6 @@ if test "x$enable_x11_backend" = xyes; then
       case "$host" in
         *-*-solaris*)
             # Check for solaris
-           AC_MSG_CHECKING(for Xinerama support on Solaris)
 
            have_solaris_xinerama=false
            AC_CHECK_FUNC(XineramaGetInfo,
@@ -1092,6 +1091,8 @@ if test "x$enable_x11_backend" = xyes; then
                    [have_solaris_xinerama=true], :,
                    [#include <X11/Xlib.h>])])
 
+           AC_MSG_CHECKING(for Xinerama support on Solaris)
+
             if $have_solaris_xinerama ; then
               X_EXTENSIONS="$X_EXTENSIONS Xinerama"
               AC_DEFINE(HAVE_SOLARIS_XINERAMA, 1,